home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / gadgets / integer.m < prev    next >
Encoding:
Text File  |  2002-01-13  |  915 b   |  20 lines

  1. /* Additional attributes defined by the Integer class
  2.  */
  3. #define INTEGER_Dummy     (REACTION_Dummy+$0002000)
  4. #define INTEGER_Number    (INTEGER_Dummy+1)
  5. /* (LONG) The value in the gadget.  Defaults to 0. */
  6. #define INTEGER_MaxChars  (INTEGER_Dummy+2)
  7. /* (WORD) Maximum number of characters for the numer (including
  8.    * negative sign.  Defaults to 10. */
  9. #define INTEGER_Minimum     (INTEGER_Dummy+3)
  10. /* (LONG) Minimum value for the number. */
  11. #define INTEGER_Maximum     (INTEGER_Dummy+4)
  12. /* (LONG) Maximum value for the number. */
  13. #define INTEGER_Arrows    (INTEGER_Dummy+5)
  14. /* (BOOL) Should arrows be available.  Defaults to TRUE. */
  15. #define INTEGER_MinVisible  (INTEGER_Dummy+6)
  16. /* (BOOL) Minimum number of digits to be visible.  Defaults to 0. (V41) */
  17. #define INTEGER_SkipVal (INTEGER_Dummy+7)
  18.   /* (BOOL) In-/decrease the number by the given value when user presses
  19.    * the arrows, defaults to 1. (V45) */
  20.